projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fae87a0
)
(Fmake_symbol): Initialize `obarray' field.
author
Erik Naggum
<erik@naggum.no>
Tue, 17 Sep 1996 15:36:26 +0000
(15:36 +0000)
committer
Erik Naggum
<erik@naggum.no>
Tue, 17 Sep 1996 15:36:26 +0000
(15:36 +0000)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index a526739d0e7ae35a696ced6477091550fd9b3141..2f0cc0e812e0407646621e5094dc24d024156114 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-904,6
+904,7
@@
Its value and function definition are void, and its property list is nil.")
}
p = XSYMBOL (val);
p->name = XSTRING (name);
+ p->obarray = Qnil;
p->plist = Qnil;
p->value = Qunbound;
p->function = Qunbound;